-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Security upgrade python from 3.9.15 to 3.14.2 #425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.9.15 | |||
| FROM python:3.14.2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update base image to an existing Python tag
readme_docs/Dockerfile now starts from python:3.14.2, but the official Python images currently only publish tags up to 3.13.x, so python:3.14.2 cannot be pulled. Any build of this image will fail immediately at the FROM instruction. Please pick a Python tag that actually exists (e.g., the latest 3.13.x or the previously used 3.9.x/3.10.x).
Useful? React with 👍 / 👎.
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.9.15 | |||
| FROM python:3.14.2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested Python version upgrade may break build
The upgrade from Python 3.9.15 to 3.14.2 is a significant version jump (5 major versions). The project's pyproject.toml classifiers explicitly list Python 3.9-3.13 as supported versions but do NOT include Python 3.14, indicating this version hasn't been tested. While the uv.lock has resolution markers for Python 3.14, the declared supported versions suggest potential compatibility issues. Features deprecated in 3.9 may have been removed in 3.14, which could cause the uv sync --locked command or the application itself to fail.
Snyk has created this PR to fix 3 vulnerabilities in the dockerfile dependencies of this project.
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.
Snyk changed the following file(s):
readme_docs/DockerfileWe recommend upgrading to
python:3.14.2, as this image has only 196 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.Vulnerabilities that will be fixed with an upgrade:
SNYK-DEBIAN11-FREETYPE-9402510
SNYK-DEBIAN11-GLIBC-5927133
SNYK-DEBIAN11-GLIBC-5927133
SNYK-DEBIAN11-GLIBC-5927133
SNYK-DEBIAN11-NGHTTP2-5953384
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Out-of-bounds Write
Note
Docker base image upgrade
readme_docs/Dockerfilebase image frompython:3.9.15topython:3.14.2.No other files or logic changed.
Written by Cursor Bugbot for commit 7b0d87e. This will update automatically on new commits. Configure here.